home *** CD-ROM | disk | FTP | other *** search
- Path: news.abalon.se!news
- From: ken1@abalon.se
- Newsgroups: comp.lang.c++
- Subject: size of vtable
- Date: 8 Jan 1996 12:12:59 GMT
- Organization: Abalon AB, Stockholm, Sweden
- Message-ID: <4cr1ob$1cu@seal.abalon.se>
- NNTP-Posting-Host: ken1pc.abalon.se
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 32bit)
-
- Is it possible to know the size of the vtbl for a given class
- at compile time (to do something like
-
- int x = sizeof(theclass::vtbl)
-
- or similar)?
-
- ken1
-
-
-
-
-